home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / programs / drmlst10.zip / SYSOP.DOC < prev    next >
Text File  |  1993-05-02  |  8KB  |  264 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                                   DreamLIST
  10.                                  Version 1.0
  11.                       Copyright (c) 1993 By Andy Stewart
  12.                       
  13.                        
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.                                 COPYRIGHT NOTICE
  47.                                 ----------------
  48.  
  49.      DreamLIST is a copyrighted program being distributed under the
  50.      shareware concept.  As such you may use DreamLIST for a period of
  51.      30 days without registering the software.  After the 30 day evaluation
  52.      period, you must register your copy of DreamLIST or must stop using
  53.      it.  By your not doing so you will be in violation of United States and
  54.      International copyright laws.
  55.  
  56.      As a shareware program, DreamLIST may be freely distributed through a
  57.      BBS.  Shareware distributors may distribute copies of DreamLIST on disk
  58.      for a modest disk duplication charge not to exceed $6 per disk.
  59.  
  60.  
  61.  
  62.  
  63.                                     
  64.                                     
  65.                                     WARRANTY
  66.                                     --------
  67.  
  68.      DreamLIST is distributed without warranty.  In no event will Andy
  69.      Stewart or DreamWARE Communications be liable to you for damages,
  70.      including any loss of profits, lost savings, or other incidental or
  71.      consequential damages arising out of your use of or inability to use the
  72.      program, even if Andy Stewart, DreamWARE Communications or an authorized
  73.      representative has been advised of the possibility of such damages.  Andy
  74.      Stewart and DreamWARE Communications will not be liable for any such
  75.      claim by any other party.
  76.  
  77.  
  78.  
  79.                                   INTRODUCTION
  80.                                   ------------
  81.  
  82.           DreamLIST has the following built-in features ...
  83.  
  84.           Assembly language serial input/output routines for maximum
  85.           speed.
  86.  
  87.           Fully supports high  speed modems: 16550 FIFO buffering and
  88.           locked serial ports.
  89.  
  90.           Built in ANSI terminal emulator.  No need to have ANSI.SYS
  91.           loaded in memory.
  92.  
  93.           Supports all of the most popular door data file formats:
  94.           TriBBS, PCBoard, GAP, Spitfire, WildCat, RBBS, and WWIV.
  95.  
  96.  
  97.  
  98.  
  99.                                RUNNING DREAMLOG
  100.                               ------------------
  101.      DreamLOG is run by entering a command similar to the following:
  102.  
  103.      drmlist drmlist.cfg
  104.      
  105.      In the above command line, "drmlist" is the name of your door's EXE file
  106.      and the "drmlist.cfg" parameter is the name of the door's configuration
  107.      file.  The configuration file can have any name the sysop chooses, but
  108.      it must reside in the same directory as the door.  The configuration
  109.      file is an ASCII text file with the following format:
  110.  
  111.      Line 1:   Door data file type.
  112.      Line 2:   Path to the door data file(s).
  113.      Line 3:   BBS name.
  114.      Line 4:   Sysop's name.
  115.      Line 5:   Locked baud rate.
  116.  
  117.      As illustrated above, the door's data file type is specified in line 1
  118.      and can be PCB for PCBoard, GAP for GAP (DOOR.SYS), SF for  Spitfire,
  119.      RBBS for RBBS, WC for WildCat!, TRIBBS for TriBBS, or WWIV for WWIV.
  120.      The locked baud rate is specified in line 5. If the sysop doesn't
  121.      lock his serial port, he must specify 0 for the locked baud rate.
  122.      NOTE: Although many door formats do pass the locked baud rate in the
  123.      door data files, some older formats such as RBBS do not.  For
  124.      conformity, it is required that you specify the locked baud rate in
  125.      line 5 and ignores any value passed in the door data files.
  126.  
  127.      The following is a sample door configuration file:
  128.  
  129.      WWIV
  130.      C:\WWIV\
  131.      DreamNET
  132.      Unca Scrooge
  133.      38400
  134.  
  135.      A file called SETUP.EXE is included to aid with writing this config.
  136.      file.  Run it, answer the questions, and let the program do the rest.
  137.                 THIS MUST BE RUN BEFORE RUNNING DREAMLIST!!!
  138.                 
  139.                 Read SETUP.DOC for more info on this program.
  140.      
  141.  
  142.      DreamLIST can be run locally without a door data file (handy for the
  143.      sysop to use the door without logging on to the BBS) by specifying
  144.      /L after the configuration file parameter in the DOS command line.
  145.      DreamLIST will request the user to enter his name before running the
  146.      door.
  147.  
  148.  
  149.  
  150.                                   SPECIAL KEYS
  151.                                   ------------
  152.  
  153.      While a door is running, the sysop can press certain special keys to
  154.      perform a variety of functions.    The following is a list of the
  155.      functions that the DreamLOG special keys perform:  (None of which are
  156.      really needed in this 'door')
  157.  
  158.      Key(s)              Function
  159.  
  160.      HOME                Toggles between the user status window and a help
  161.                          display that lists the special keys.
  162.  
  163.      F6                  Takes 5 minutes away from the caller.
  164.                          NOTE:  This will NOT be returned to BBS.
  165.  
  166.      F7                  Gives 5 minutes to the caller.
  167.                          NOTE:  This will NOT be returned to the BBS.
  168.  
  169.      F9                  Quit the door and return the caller to the BBS.
  170.  
  171.      F10                 Enter chat mode.  Pressing the ESC key exits the
  172.                          chat mode.
  173.  
  174.      Alt+D               Drop to DOS.
  175.  
  176.  
  177.  
  178.  
  179.                                      SUPPORT
  180.                                      -------
  181.  
  182.      You may obtain assistance with a DreamWARE Communication programs and
  183.      related problems by calling DreamNET at 317-780-1264.  You may also
  184.      find the latest versions of DreamWARE Communications doors here, which
  185.      are downloadable on the first call.  Also, they can be found on the
  186.      support boards found in Special.Thx.   I can also be reached at 1@3759
  187.      WWIVnet.
  188.  
  189.  
  190.  
  191.  
  192.  
  193.                                   REGISTRATION
  194.                                   ------------
  195.  
  196.      Registration of DreamLIST is only $10.00.  Please use the form in the
  197.      file REGISTER.TXT.   When you register DreamLIST, you will receive a
  198.      keyfile to turn your copy of DreamLIST into a registered version.  More
  199.      information on this is in REGISTER.TXT
  200.  
  201.  
  202.  
  203.                               REGISTRATION NOTES      
  204.                               ------------------
  205.      
  206.      I have dropped the prices on ALL of my doors to $10.  The reason for
  207.      this is I believe that $10 is a fair price for BBS Doors!  I believe
  208.      that $25 for a BBS Door is a bit much, not to MENTION $45-60 that
  209.      SOME of the Door registrations cost.  You can get an EXCELLENT,
  210.      multi_disk COMMERCIAL game for these prices!  Therefore, all of my
  211.      BBS Doors registrations will be $10.  There MAY be, at a later date,
  212.      a door/pgm that will cost slightly more, depending on the complexity
  213.      of the coding, but that is unlikely.  If you have another of my 
  214.      doors that was written before this and you wish to register it/them,
  215.      only send $10 for each registration.  This decision covers ALL previous
  216.      doors.  I am planning on releasing new versions of ALL my doors soon
  217.      with the information.  Thank You!
  218.      
  219.                        Thank you for using DreamLIST
  220.                        --------------------------------
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.